mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
Fix for hard-coded 1000 in new folder name - https://github.com/getgrav/grav/issues/1386
This commit is contained in:
@@ -393,7 +393,7 @@ class AdminController extends AdminBaseController
|
||||
*
|
||||
* @return string the correct order string to prepend
|
||||
*/
|
||||
private function getNextOrderInFolder($path)
|
||||
public static function getNextOrderInFolder($path)
|
||||
{
|
||||
$files = Folder::all($path, ['recursive' => false]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user