* close connection in class destructor (unlike MySql, Oracle does not commit on close)
[lhc/web/wiklou.git] / includes / parser / CoreParserFunctions.php
index ab970e4..854676e 100644 (file)
@@ -696,7 +696,7 @@ class CoreParserFunctions {
                }
 
                if ( $file ) {
-                       $url = $file->getUrl();
+                       $url = $file->getFullUrl();
 
                        // If a size is requested...                    
                        if ( is_integer( $size ) ) {