summaryrefslogtreecommitdiff
path: root/includes/refresh.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/refresh.php')
-rwxr-xr-xincludes/refresh.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/refresh.php b/includes/refresh.php
index 1d55429..0ce1184 100755
--- a/includes/refresh.php
+++ b/includes/refresh.php
@@ -39,6 +39,11 @@ function refresh_search_index() {
// if( $gBitSystem->isPackageActive( 'articles' ) ) {
// $locs[''] = ARTICLES_PKG_NAME;
// }
+ if( $gBitSystem->isPackageActive( 'fisheye' ) ) {
+ // if blogs is active, let's always refresh
+ random_refresh_index("fisheye");
+ $locs['random_refresh_index']="fisheye_image";
+ }
if( $gBitSystem->isPackageActive( 'blogs' ) ) {
// if blogs is active, let's always refresh
random_refresh_index("blogs");