Changeset 12856

Show
Ignore:
Timestamp:
01/06/12 16:36:40 (17 months ago)
Author:
patdenice
Message:

Compatible with question_mark_in_urls = false.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/functions.inc.php

    r9727 r12856  
    99  if (in_array($ext, $conf['picture_ext'])) 
    1010  { 
    11     return $picture['path']; 
     11    return get_root_url().$picture['path']; 
    1212  } 
    1313  elseif (isset($py_addext) and in_array($ext, $py_addext))