bring back mail list and cleanup some issues which popped out with full PHP warnings

This commit is contained in:
friendica
2013-08-27 22:30:06 -07:00
parent e8a0005d29
commit e8cd3b7040
6 changed files with 10 additions and 8 deletions

View File

@@ -2327,7 +2327,9 @@ function argc() {
}
function argv($x) {
return get_app()->argv[$x];
if(array_key_exists($x,get_app()->argv))
return get_app()->argv[$x];
return '';
}
function dba_timer() {