]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SphinxSearch/SphinxSearchPlugin.php
Ostatus_profile smarter test if avatar exists
[quix0rs-gnu-social.git] / plugins / SphinxSearch / SphinxSearchPlugin.php
index ad34a7cc151ebd509986b00104a88fcc13a97164..be7fc9536861c7f3bc77066e355ea437e849a2a0 100644 (file)
@@ -66,9 +66,9 @@ class SphinxSearchPlugin extends Plugin
             include_once INSTALLDIR . '/plugins/SphinxSearch/' .
               strtolower($cls) . '.php';
             return false;
-        default:
-            return true;
         }
+
+        return parent::onAutoload($cls);
     }
 
     /**
@@ -110,7 +110,7 @@ class SphinxSearchPlugin extends Plugin
         $url = 'http://status.net/wiki/Plugin:SphinxSearch';
 
         $versions[] = array('name' => 'SphinxSearch',
-            'version' => STATUSNET_VERSION,
+            'version' => GNUSOCIAL_VERSION,
             'author' => 'Brion Vibber',
             'homepage' => $url,
             'rawdescription' =>