Changeset 27867 for trunk/picture.php


Ignore:
Timestamp:
Mar 21, 2014, 6:13:06 AM (10 years ago)
Author:
rvelices
Message:

no warning on missing user agent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r26461 r27867  
    947947    and $picture['next']['src_image']->is_original()
    948948    and $template->get_template_vars('U_PREFETCH') == null
    949     and strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome/') === false)
     949    and strpos(@$_SERVER['HTTP_USER_AGENT'], 'Chrome/') === false)
    950950{
    951951  $template->assign(
Note: See TracChangeset for help on using the changeset viewer.