Skip to content

Commit b1098b2

Browse files
authored
Removed deprecated method Mage::setIsDownloader() (#2379)
1 parent 645a959 commit b1098b2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/Mage.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,14 +1057,4 @@ public static function getScriptSystemUrl($folder, $exitIfNot = false)
10571057

10581058
return $baseUrl;
10591059
}
1060-
1061-
/**
1062-
* Set is downloader flag
1063-
*
1064-
* @deprecated
1065-
*/
1066-
public static function setIsDownloader()
1067-
{
1068-
1069-
}
10701060
}

0 commit comments

Comments
 (0)