appdb/include application.php

WineHQ wineowner at wine.codeweavers.com
Sun Apr 8 20:24:34 CDT 2007


ChangeSet ID:	31038
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/08 20:24:34

Modified files:
	include        : application.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Use absolute path in application::objectMakeUrl(), otherwise mail links won't work

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

Old revision  New revision  Changes     Path
 1.100         1.101         +1 -1       appdb/include/application.php

Index: appdb/include/application.php
diff -u -p appdb/include/application.php:1.100 appdb/include/application.php:1.101
--- appdb/include/application.php:1.100	9 Apr 2007  1:24:34 -0000
+++ appdb/include/application.php	9 Apr 2007  1:24:34 -0000
@@ -826,7 +826,7 @@ class Application {
 
     function objectMakeUrl()
     {
-        $sUrl = BASE."appview.php?iAppId=$this->iAppId";
+        $sUrl = APPDB_ROOT."appview.php?iAppId=$this->iAppId";
         return $sUrl;
     }
 



More information about the wine-cvs mailing list