srchub

srchub Commit Details


Date:2014-12-21 18:13:15 (10 years 8 hours ago)
Author:Natalie Adams
Branch:master
Commit:f6447abf597ee64b0f020848d10a6d83f3e32e7e
Parents: ec8d6e93ea8ce64691fb820ef276df4aa22bd369
Message:Fixing Issue 79

Changes:

File differences

indefero/src/IDF/FileUtil.php
154154
155155
156156
157
157
158158
159159
160160
$info['basename'],
isset($info['extension']) ? $info['extension'] : 'bin');
if (array_key_exists($info["extension"], $ext_hack))
if ($info && isset($info["extension"]) && array_key_exists($info["extension"], $ext_hack))
{
$res[0] = $ext_hack[$info["extension"]];
return $res;

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05354s using 20 queries.