diff options
author | rub <rub@piwigo.org> | 2007-01-09 06:01:49 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-01-09 06:01:49 +0000 |
commit | c841c568f6d6f098fc097b7d8ee06c8602aa03d4 (patch) | |
tree | 1831e747741ffc360305c99462a8236c1590f92c /admin/site_manager.php | |
parent | 1e7b286faaf29ae55b60a0bd28b8f5ce74ab6654 (diff) |
Feature Issue ID 0000496: Integrate MOD add_index on PWG with plugin.lang.php
Change name of news triggers.
Replace & by &
Improve a little add_index plugin implementation.
Add parameters pages (under construction) for add_index plugin
git-svn-id: http://piwigo.org/svn/trunk@1704 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/site_manager.php')
-rw-r--r-- | admin/site_manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/site_manager.php b/admin/site_manager.php index 53330d7f9..375f92349 100644 --- a/admin/site_manager.php +++ b/admin/site_manager.php @@ -297,7 +297,7 @@ while ($row = mysql_fetch_array($result)) $plugin_links = array(); //$plugin_links is array of array composed of U_HREF, U_HINT & U_CAPTION $plugin_links = - trigger_event('array_site_manager_plugin_links', + trigger_event('get_admins_site_links', $plugin_links, $row['id'], $is_remote); // plugin_links |