esotalk / esoTalk

Fat-free forum software.
GNU General Public License v2.0
1.47k stars 239 forks source link

ETPluginsAdminController.class.php on line 59 #440

Closed erwinowak closed 6 years ago

erwinowak commented 8 years ago

Notice: Use of undefined constant SORT_NATURAL - assumed 'SORT_NATURAL' in /forum/core/controllers/admin/ETPluginsAdminController.class.php on line 59 Notice: Use of undefined constant SORT_FLAG_CASE - assumed 'SORT_FLAG_CASE' in /forum/core/controllers/admin/ETPluginsAdminController.class.php on line 59 Warning: ksort() expects parameter 2 to be long, string given in /forum/core/controllers/admin/ETPluginsAdminController.class.php on line 59

Plugins tabs.

tobyzerner commented 8 years ago

I guess we require PHP 5.4+... http://php.net/manual/en/function.sort.php

jgknight commented 8 years ago

Could we replace instances of SORT_NATURAL/sort() with the natsort() function ? http://php.net/manual/en/function.natsort.php

At least as a workaround for those with problems. Requiring php 5.4 doesn't seem like a big deal.

erwinowak commented 8 years ago

Issue has been solved ;)