CC-1309 Rationalize the Network Hub storage and Local Storage

CC-1244  	 Campcaster-Web: Division by zero on hub browse.

Got the Hub Search functionality working in the web interface.
It is now returning immediately without having to wait.  Pagination is working.
This commit is contained in:
paul.baranowski 2010-09-09 17:53:06 -04:00
parent 956056747c
commit 54e1e9b935
14 changed files with 418 additions and 346 deletions

View file

@ -415,7 +415,7 @@ class LocStor extends BasicStor {
* </ul>
* @see BasicStor::localSearch
*/
protected function searchMetadata($sessid, $criteria)
public function searchMetadata($sessid, $criteria)
{
if (($res = BasicStor::Authorize('read', $this->storId, $sessid)) !== TRUE) {
return $res;
@ -1378,7 +1378,7 @@ class LocStor extends BasicStor {
*
* @return string
*/
protected function getVersion()
public static function getVersion()
{
return CAMPCASTER_VERSION;
}