]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/online_filter.php
Several code cleanups:
[mailer.git] / inc / filter / online_filter.php
index 869e89f444be2cada73f481cebf4eb2bb5c7f87a..e438cc3651217d6361ccb8348d9bddfe2653cde8 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Filter for updates/extends on the online list
-function FILTER_UPDATE_ONLINE_LIST ($data) {
+function FILTER_UPDATE_ONLINE_LIST ($filterData) {
        // Do not update online list when extension is deactivated
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
        if (!isExtensionActive('online', true)) {
@@ -124,7 +124,7 @@ LIMIT 1",
 
        // Return data
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!');
-       return $data;
+       return $filterData;
 }
 
 // [EOF]