Skip to content

Commit 324d40b

Browse files
authored
Removed method setIsDownloader() which shouldn't exist in v20
1 parent f572765 commit 324d40b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Mage.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,13 +1050,4 @@ public static function getScriptSystemUrl($folder, $exitIfNot = false)
10501050

10511051
return $baseUrl;
10521052
}
1053-
1054-
/**
1055-
* Set is downloader flag
1056-
*
1057-
* @deprecated
1058-
*/
1059-
public static function setIsDownloader()
1060-
{
1061-
}
10621053
}

0 commit comments

Comments
 (0)