diff options
author | mistic100 <mistic@piwigo.org> | 2012-10-25 20:28:14 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-10-25 20:28:14 +0000 |
commit | 5577aa4d763dadccfff5f89d9d1e1b3676178ce2 (patch) | |
tree | 940e9277a34f2414f44740ca669b5ca3dde6b628 | |
parent | 0c4106e60636e731c20975e483ded414aa9e01b4 (diff) |
feature:2747: Add triggers on all main pages "Call to undefined function triggr_action() in search.php on line 33"
git-svn-id: http://piwigo.org/svn/trunk@18749 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index 233abca19..840de9600 100644 --- a/search.php +++ b/search.php @@ -30,7 +30,7 @@ include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); // +-----------------------------------------------------------------------+ check_status(ACCESS_GUEST); -triggr_action('loc_begin_search'); +trigger_action('loc_begin_search'); //------------------------------------------------------------------ form check $search = array(); |