Fixed makeUrl() Javascript version not calling append_sid()
authorDan
Sun, 05 Jul 2009 00:57:02 -0400
changeset 1033 99bff0df45fa
parent 1032 9e61f16a8e47
child 1034 15fa1b4e730a
Fixed makeUrl() Javascript version not calling append_sid()
includes/clientside/static/functions.js
--- a/includes/clientside/static/functions.js	Thu Jul 02 09:01:29 2009 -0400
+++ b/includes/clientside/static/functions.js	Sun Jul 05 00:57:02 2009 -0400
@@ -15,7 +15,7 @@
     url = url.replace('<', '&lt;');
     url = url.replace('>', '&gt;');
   }
-  return url;
+  return append_sid(url);
 }
 
 function makeUrlNS(namespace, page, query, html_friendly)