Fixes for 'Can't use function return value in write context in /foo/bar.php'
[mailer.git] / inc / modules / admin / what-list_user.php
index 15990d4acc4275e76656fbf5e71a8e220dcf9f9f..00d2c1f7fadbd0dc37fcbf4426e3ae804d7b4a22 100644 (file)
@@ -223,7 +223,7 @@ LIMIT 1",
 
        // Calculate page count (0.5 fixes a bug with page count)
        if (getConfig('user_limit') == 0) {
-               getConfig('user_limit') = 100;
+               $_CONFIG['user_limit'] = 100;
                LOAD_TEMPLATE("admin_settings_saved", false, EXTENSION_WARNING_USER_LIMIT);
        } // END - if