Alexander Nicolaysen =?UTF-8?Q?S=C3=B8rnes=20?=: version_queue: Fix invocation of non-static function

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Jan 12 08:57:18 CST 2014


Module: appdb
Branch: master
Commit: 7bbc11aba8edb84953ed691b96882db250fc14ef
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=7bbc11aba8edb84953ed691b96882db250fc14ef

Author: Alexander Nicolaysen Sørnes <alexsornes at gmail.com>
Date:   Sun Jan 12 15:32:51 2014 +0100

version_queue: Fix invocation of non-static function

---

 include/version_queue.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/version_queue.php b/include/version_queue.php
index d922adc..0b3f132 100644
--- a/include/version_queue.php
+++ b/include/version_queue.php
@@ -353,7 +353,7 @@ class version_queue
 
     function objectDisplayQueueProcessingHelp()
     {
-        version::objectDisplayQueueProcessingHelp();
+        $this->oVersion->objectDisplayQueueProcessingHelp();
     }
 
     function objectMoveChildren($iNewId)




More information about the wine-cvs mailing list