Tagger 20071002 1526
git-svn-id: file:///home/shish/svn/shimmie2/trunk@515 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
5b6ca92d4f
commit
b8fbd4671d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class tagger extends Extension {
|
|||
|
||||
$this->theme->build($page, $tags);
|
||||
global $user;
|
||||
if($tags->_numOfRows > 100 && $user->is_admin()) {
|
||||
if($tags->_numOfRows > 1000 && $user->is_admin()) {
|
||||
$page->add_block( new Block (
|
||||
"Warning - ext/tagger",
|
||||
"<h4>It is likely that Tagger will not function</h4>
|
||||
|
|
Reference in a new issue