appdb/include objectManager.php

WineHQ wineowner at wine.codeweavers.com
Sat Mar 17 19:47:14 CDT 2007


ChangeSet ID:	30985
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/03/17 19:47:14

Modified files:
	include        : objectManager.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Use the full AppDB url in makeLink()

Patch: http://cvs.winehq.org/patch.py?id=30985

Old revision  New revision  Changes     Path
 1.6           1.7           +1 -1       appdb/include/objectManager.php

Index: appdb/include/objectManager.php
diff -u -p appdb/include/objectManager.php:1.6 appdb/include/objectManager.php:1.7
--- appdb/include/objectManager.php:1.6	18 Mar 2007  0:47:14 -0000
+++ appdb/include/objectManager.php	18 Mar 2007  0:47:14 -0000
@@ -313,7 +313,7 @@ class ObjectManager
 
         $sTitle = urlencode($sTitle);
 
-        return BASE."objectManager.php?bIsQueue=$sIsQueue&sClass=$this->sClass".
+        return APPDB_ROOT."objectManager.php?bIsQueue=$sIsQueue&sClass=$this->sClass".
                "&sTitle=$sTitle$sId$sAction";
     }
 



More information about the wine-cvs mailing list