Summary | Call to undefined method Gollem::getPreferredBackend() |
Queue | Gollem |
Queue Version | 2.0.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | maxime (at) chavagne (dot) net |
Created | 06/22/2012 (4758 days ago) |
Due | |
Updated | 06/25/2012 (4755 days ago) |
Assigned | |
Resolved | 06/23/2012 (4757 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit a60628364dcca0ee7bb182b31b23b887e64ee1d4
Author: Jan Schneider <jan@horde.org>
Date: Sat Jun 23 13:34:58 2012 +0200
[jan] Fix getViewLink() API method (
Bug #11226).gollem/docs/CHANGES | 1 +
gollem/lib/Api.php | 17 +++++++++--------
gollem/package.xml | 2 ++
3 files changed, 12 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/a60628364dcca0ee7bb182b31b23b887e64ee1d4
State ⇒ Resolved
commit a60628364dcca0ee7bb182b31b23b887e64ee1d4
Author: Jan Schneider <jan@horde.org>
Date: Sat Jun 23 13:34:58 2012 +0200
[jan] Fix getViewLink() API method (
Bug #11226).gollem/docs/CHANGES | 1 +
gollem/lib/Api.php | 17 +++++++++--------
gollem/package.xml | 2 ++
3 files changed, 12 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/a60628364dcca0ee7bb182b31b23b887e64ee1d4
Priority ⇒ 1. Low
New Attachment: gollem-2.0.2_Api.php.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Gollem
Summary ⇒ Call to undefined method Gollem::getPreferredBackend()
Type ⇒ Bug
State ⇒ Unconfirmed
the error :
Fatal error: Call to undefined method Gollem::getPreferredBackend() in
/home/maxime/public_html/craterreh4/horde/gollem/lib/Api.php on line 264
I think it should be Gollem_Auth::getPreferredBackend() instead.