summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-02 10:11:29 +0100
committerlsces <lester@lsces.co.uk>2026-04-02 10:11:29 +0100
commitd2f35d9923f9022f80e09056b659231653e1c391 (patch)
tree06aa7904603a60bc16cc4d2a6bd662257a667d68 /includes
parent7d55a7fd2b2b0087a127fb6c82405a221de82be7 (diff)
downloadsearch-d2f35d9923f9022f80e09056b659231653e1c391.tar.gz
search-d2f35d9923f9022f80e09056b659231653e1c391.tar.bz2
search-d2f35d9923f9022f80e09056b659231653e1c391.zip
Missing namespace references
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/refresh_functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/refresh_functions.php b/includes/refresh_functions.php
index 488dad2..a201910 100755
--- a/includes/refresh_functions.php
+++ b/includes/refresh_functions.php
@@ -22,6 +22,7 @@
* and pass it to refresh_index() to do the work.
*/
namespace Bitweaver\Liberty;
+use Bitweaver\Liberty\rebuild_index;
function random_refresh_index($pContentType = "") {
global $gBitSystem;