mv mod_install to mod_setup, conflict with name of install dir

This commit is contained in:
friendica
2012-11-03 14:59:46 -07:00
parent 7915e597ec
commit f5b1eee177
6 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
*/
if((argc() > 1) && isset(argv(1)))
if(($argc > 1) && isset($argv[1]))
echo $argv[1];
else
echo '';