Changeset 23184


Ignore:
Timestamp:
Jun 13, 2013, 8:26:18 PM (11 years ago)
Author:
rvelices
Message:

combine_script recognizes path starting with as absolute urls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r21818 r23184  
    958958  function is_remote()
    959959  {
    960     return url_is_remote( $this->path );
     960    return url_is_remote( $this->path ) || strncmp($this->path, '//', 2)==0;
    961961  }
    962962}
Note: See TracChangeset for help on using the changeset viewer.