Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / revision-functions.php
index 6770020637569f208ede247f7018882890337f5d..756f09b14aa8a0929203d981241ef6e6b9f8964e 100644 (file)
@@ -79,7 +79,7 @@ function getRepositoryData ($type = 'Revision') {
                $FQFN = sprintf("%s/.revision", getCachePath());
 
                // Check if 'check_revision_data' is setted (switch for manually rewrite the .revision-File)
-               if ((isGetRequestParameterSet('check_revision_data')) && (getRequestParameter('check_revision_data') == 'yes')) {
+               if ((isGetRequestElementSet('check_revision_data')) && (getRequestElement('check_revision_data') == 'yes')) {
                        // Forced rebuild of .revision file
                        $new = true;
                } else {