Redesign prototype merge #18

Merged
MrPetovan merged 50 commits from feature/redesign-prototype into master 2017-05-06 08:10:18 +02:00
Showing only changes of commit 0159e73544 - Show all commits

Fixes yet another PHP notice

Hypolite Petovan 2017-04-20 23:42:21 -04:00

View file

@ -50,7 +50,7 @@ function flag_content(&$a) {
if($a->argc > 1)
$id = intval($a->argv[1]);
if(! id) {
if(! $id) {
goaway($a->get_baseurl());
}