remote forking: use the original http/https url in description
[phorkie.git] / src / phorkie / Repository / Commit.php
index 7c66673167e6080de54c412007731061efc468ef..62f1d408cb8f09373d2b3709479af07881f510c2 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,
@@ -73,4 +70,4 @@ class Repository_Commit
     }
 }
 
-?>
\ No newline at end of file
+?>