Changeset 18117


Ignore:
Timestamp:
Sep 21, 2012, 11:15:26 AM (12 years ago)
Author:
plg
Message:

merge r18116 from branch 2.4 to trunk

bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/no_photo_yet.inc.php

    r12922 r18117  
    4242  if (0 == $nb_photos)
    4343  {
     44    // make sure we don't use the mobile theme, which is not compatible with
     45    // the "no photo yet" feature
     46    $template = new Template(PHPWG_ROOT_PATH.'themes', $user['theme']);
     47   
    4448    if (isset($_GET['no_photo_yet']))
    4549    {
Note: See TracChangeset for help on using the changeset viewer.