]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
Fix for the fix... :(
[mailer.git] / inc / libs / register_functions.php
index 19f26b4ef17294d8acd4f2ece9a91e6326c2a5a5..91cd13f633bf84d9fcccb1ad0e6c92a44e84b17d 100644 (file)
@@ -133,7 +133,7 @@ function registerGenerateCategoryTable ($mode, $return=false) {
                        // Is the array element not set?
                        if (!REQUEST_ISSET_POST('cat', $content['id'])) {
                                // Then set it
-                               REQUEST_SET_POST('cat' => array($content['id'] => ''));
+                               REQUEST_SET_POST('cat', array($content['id'] => ''));
                        } // END - if
 
                        // Prepare array for the template