Increase develop-branch to PHP8 #47
2 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
|
@ -188,7 +188,7 @@ if ($oFeUser->virgin == false && $oFeUser->get("idclient") == $client) {
|
||||||
$form->add(i18n("Active"), $active->toHTML(false));
|
$form->add(i18n("Active"), $active->toHTML(false));
|
||||||
|
|
||||||
$pluginOrder = trim_array(explode(",",getSystemProperty("plugin", "frontendusers-pluginorder")));
|
$pluginOrder = trim_array(explode(",",getSystemProperty("plugin", "frontendusers-pluginorder")));
|
||||||
|
krsort($pluginOrder);
|
||||||
/* Check out if there are any plugins */
|
/* Check out if there are any plugins */
|
||||||
if (is_array($pluginOrder)) {
|
if (is_array($pluginOrder)) {
|
||||||
foreach ($pluginOrder as $plugin) {
|
foreach ($pluginOrder as $plugin) {
|
||||||
|
|
|
@ -4,4 +4,3 @@
|
||||||
*/
|
*/
|
||||||
cInclude("includes", "functions.general.php");
|
cInclude("includes", "functions.general.php");
|
||||||
scanPlugins("frontendusers");
|
scanPlugins("frontendusers");
|
||||||
?>
|
|
Laden …
In neuem Issue referenzieren