diff options
Diffstat (limited to 'core/helpers/core_installer.php')
-rw-r--r-- | core/helpers/core_installer.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/helpers/core_installer.php b/core/helpers/core_installer.php index 706ff548..83d99867 100644 --- a/core/helpers/core_installer.php +++ b/core/helpers/core_installer.php @@ -205,6 +205,8 @@ class core_installer { $root->level = 1; $root->thumb_dirty = 1; $root->resize_dirty = 1; + $root->sort_column = "id"; + $root->sort_order = "ASC"; $root->save(); access::add_item($root); |