1
0

Deleted obsolete path reference.

This commit is contained in:
dmolavi 2012-04-18 21:24:35 -04:00
parent e8a14800a0
commit 769cb65461

View File

@ -112,7 +112,7 @@ class Admin_Moduleupdates_Controller extends Admin_Controller {
fwrite($fp,file_get_contents("http://www.gallerymodules.com/gallerymodules.ini"));
fclose($fp);
fwrite($fp2,file_get_contents("http://www.gallerymodules.com/sandbox/core.ini"));
fwrite($fp2,file_get_contents("http://www.gallerymodules.com/core.ini"));
fclose($fp2);
}