Skip to content

Commit

Permalink
Removed deprecated method Mage::setIsDownloader() (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Aug 10, 2022
1 parent 645a959 commit b1098b2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -1057,14 +1057,4 @@ public static function getScriptSystemUrl($folder, $exitIfNot = false)

return $baseUrl;
}

/**
* Set is downloader flag
*
* @deprecated
*/
public static function setIsDownloader()
{

}
}

0 comments on commit b1098b2

Please sign in to comment.