Revision: 8843
http://xoops.svn.sourceforge.net/xoops/?rev=8843&view=rev
Author: mageg
Date: 2012-01-30 22:46:09 +0000 (Mon, 30 Jan 2012)
Log Message:
-----------
small error in protector
Modified Paths:
--------------
XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/index.php
Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/index.php
===================================================================
--- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/index.php 2012-01-30 22:45:48 UTC (rev 8842)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/protector/admin/index.php 2012-01-30 22:46:09 UTC (rev 8843)
@@ -32,10 +32,9 @@
$indexAdmin = new XoopsModuleAdmin();
$indexAdmin->renderNavigation('index.php');
-$indexAdmin->addInfoBox(_MI_AVATARS_SYSTEM, 'off');
+$indexAdmin->addInfoBox(_MI_PROTECTOR_ADMININDEX, 'off');
$indexAdmin->addInfoBoxLine(sprintf(_AM_PROTECTOR_NBALERT, '<span class="red">' . $numrows . '</span>'), 'off');
-
$indexAdmin->renderIndex();
$xoops->footer();
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|