diff options
Diffstat (limited to 'includes/refresh.php')
| -rwxr-xr-x | includes/refresh.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/refresh.php b/includes/refresh.php index 7b6796d..1d55429 100755 --- a/includes/refresh.php +++ b/includes/refresh.php @@ -13,6 +13,7 @@ * @package search * @subpackage functions */ +namespace Bitweaver\Liberty; /** * refresh_search_index @@ -58,6 +59,6 @@ function refresh_search_index() { $gBitSystem->mDb->mDb->SelectDB( $gBitDbName ); if ( !empty ($key) ) - call_user_func( $key, $locs[$key] ); + \call_user_func( "\\Bitweaver\\Liberty\\$key", $locs[$key] ); } } |
