google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Xin_Ini::get used but it is not a static method #230

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Index: classes/Xinc/Contrib/Warko/Plugin/ModificationSet/SvnTag.php
===================================================================
--- classes/Xinc/Contrib/Warko/Plugin/ModificationSet/SvnTag.php    (Revision 2)
+++ classes/Xinc/Contrib/Warko/Plugin/ModificationSet/SvnTag.php    (Arbeitskopie)
@@ -40,7 +40,7 @@

     public function __construct()
     {
-        $svnPath = Xinc_Ini::get('path', 'svn');
+        $svnPath = Xinc_Ini::getInstance()->get('path', 'svn');
         if (empty($svnPath)) {
             $svnPath = 'svn';
         }

Original issue reported on code.google.com by s...@computer-leipzig.com on 10 Aug 2012 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 14 Aug 2012 at 11:07

GoogleCodeExporter commented 8 years ago
I commited the patch to svn repository, will be in next release.

PS: Grüße aus Leipzig nach Leipzig. :-D

Original comment by opitz.al...@googlemail.com on 16 Aug 2012 at 5:56