update to latest services_libravatar release
authorChristian Weiske <cweiske@cweiske.de>
Fri, 20 Apr 2012 17:07:39 +0000 (19:07 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 20 Apr 2012 17:07:39 +0000 (19:07 +0200)
README.rst
src/phorkie/Repository/Commit.php

index 9c5c97c01b29dd6dcd79c8c42ab5e6cab803b208..aaa38cc2b52e36d9bcf5396ed5a9e0a021f62b84 100644 (file)
@@ -44,6 +44,12 @@ Install VersionControl_Git
 
   $ pear install versioncontrol_git-alpha
 
+Install Services_Libravatar
+==========================
+::
+
+  $ pear install services_libravatar-alpha
+
 
 Install Date_HumanDiff
 ======================
index 7c66673167e6080de54c412007731061efc468ef..05c988b5be0210570a56e99b96acf5f4631a9507 100644 (file)
@@ -20,9 +20,6 @@ class Repository_Commit
             return '/phorkie/anonymous.png';
         }
 
-        //workaround for https://pear.php.net/bugs/bug.php?id=19384
-        require_once 'PEAR/Services/Libravatar.php';
-
         $s = new \Services_Libravatar();
         return $s->url(
             $this->committerEmail,