Skip to content

Commit 6367d47

Browse files
committed
Fix
1 parent a3fc8c5 commit 6367d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/includes/document.parser.class.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3166,7 +3166,7 @@ public function webAlertAndQuit($msg, $url = '')
31663166
{
31673167
global $modx_manager_charset;
31683168
switch (true) {
3169-
case (0 === stripos($url, 0, 'javascript:')):
3169+
case (0 === stripos($url, 'javascript:')):
31703170
$fnc = substr($url, 11);
31713171
break;
31723172
case $url === '#':

0 commit comments

Comments
 (0)