Skip to content

Commit

Permalink
Horde_Share is not a class.
Browse files Browse the repository at this point in the history
Conflicts:
	turba/lib/Turba.php
  • Loading branch information
yunosh committed Jun 15, 2015
1 parent d0399f6 commit 790a32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turba/lib/Turba.php
Expand Up @@ -597,11 +597,11 @@ static public function getConfigFromShares(array $sources, $owner = false)
/**
* Retrieve a new source config entry based on a Turba share.
*
* @param Horde_Share object The share to base config on.
* @param Horde_Share_Object object The share to base config on.
*
* @return array The $cfgSource entry for this share source.
*/
static public function getSourceFromShare(Horde_Share $share)
public static function getSourceFromShare(Horde_Share_Object $share)
{
// Require a fresh config file.
$cfgSources = self::availableSources();
Expand Down

0 comments on commit 790a32b

Please sign in to comment.