[Pkg-owncloud-commits] [php-sabredav] 126/148: Wrong classname.

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit b115ec1b9d12dd810517d096d98f504b735fef7b
Author: Evert Pot <me at evertpot.com>
Date:   Sat Apr 11 19:36:53 2015 -0400

    Wrong classname.
---
 lib/CardDAV/Plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CardDAV/Plugin.php b/lib/CardDAV/Plugin.php
index ddacac9..42f12b2 100644
--- a/lib/CardDAV/Plugin.php
+++ b/lib/CardDAV/Plugin.php
@@ -681,7 +681,7 @@ class Plugin extends DAV\ServerPlugin {
      */
     function htmlActionsPanel(DAV\INode $node, &$output) {
 
-        if (!$node instanceof UserAddressBooks)
+        if (!$node instanceof AddressBookHome)
             return;
 
         $output.= '<tr><td colspan="2"><form method="post" action="">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list