1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

And more notice removals.

Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
Tijn Kuyper
2012-12-08 15:52:40 +01:00
parent 5290bb8ea4
commit f07434a3cb
29 changed files with 217 additions and 234 deletions

View File

@@ -135,7 +135,7 @@ class comments_admin_form_ui extends e_admin_form_ui
$id = $row['comment_type'];
$list[$id] = e107::getComment()->getTable($id);
}
return $list;
return vartrue($list);
}
if($mode == 'batch')