Changeset 10814 for trunk/picture.php


Ignore:
Timestamp:
May 7, 2011, 7:05:15 PM (13 years ago)
Author:
mistic100
Message:

Undefined variable: url_admin in picture.php on line 1048

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r10812 r10814  
    10461046{
    10471047  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
    1048   $template->assign('U_ADMIN', $url_admin); // overwrited by the menu
     1048  if (is_admin()) $template->assign('U_ADMIN', $url_admin); // overwrited by the menu
    10491049}
    10501050
Note: See TracChangeset for help on using the changeset viewer.