Changeset 7335


Ignore:
Timestamp:
Oct 22, 2010, 9:56:24 AM (14 years ago)
Author:
patdenice
Message:

Small bug correction

File:
1 edited

Legend:

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

    r3298 r7335  
    1111    return $picture['path'];
    1212  }
    13   elseif (in_array($ext, $py_addext))
     13  elseif (isset($py_addext) and in_array($ext, $py_addext))
    1414  {
    1515    return get_root_url().'plugins/lightbox/get_content.php?imgid='.$picture['id'];
Note: See TracChangeset for help on using the changeset viewer.