]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-updates.php
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / inc / modules / admin / what-updates.php
index 9ea426a407e6c29bbd8c3e20a85f5b27872c6e0c..a70cb6f57b6621a748ee4347b219851a627f50c1 100644 (file)
@@ -41,7 +41,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 } // END - if
 
 // Add description as navigation point
-addMenuDescription('admin', __FILE__);
+addYouAreHereLink('admin', __FILE__);
 
 // Init array
 $ONLINE['code'] = '???';
@@ -57,13 +57,13 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
        if (isInStringIgnoreCase('200 OK', $response[0])) {
                // Found, kill header
                $pos = '0';
-               foreach($response as $k => $v) {
+               foreach ($response as $k => $v) {
                        $v = trim($v);
                        if (empty($v)) {
                                // Header ends here (+1)
                                $pos = $k + 1; break;
-                       }
-               }
+                       } // END - if
+               } // END - foreach
 
                $response2 = array();
                for($i = $pos; $i < count($response); $i++) {