diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-02 10:11:29 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-02 10:11:29 +0100 |
| commit | d2f35d9923f9022f80e09056b659231653e1c391 (patch) | |
| tree | 06aa7904603a60bc16cc4d2a6bd662257a667d68 /includes | |
| parent | 7d55a7fd2b2b0087a127fb6c82405a221de82be7 (diff) | |
| download | search-d2f35d9923f9022f80e09056b659231653e1c391.tar.gz search-d2f35d9923f9022f80e09056b659231653e1c391.tar.bz2 search-d2f35d9923f9022f80e09056b659231653e1c391.zip | |
Missing namespace references
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/refresh_functions.php | 1 |
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; |
