Skip to content

Commit

Permalink
Add 2 missing '$' characters
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Jul 7, 2013
1 parent d0d6054 commit 70ee8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download.php
Expand Up @@ -49,7 +49,7 @@ function returnFile($in,$out,$ext){
$marginTop=$full?0:20;
$pages=0;
$files=json_decode($_GET['json']);
if(files==null)
if($files==null)
$files=array();
foreach($files as $key => $val){
$file=$key;
Expand Down Expand Up @@ -111,7 +111,7 @@ function returnFile($in,$out,$ext){
}
else if(isset($_GET['json'])){
$files=json_decode($_GET['json']);
if(files==null)
if($files==null)
$files=array();
$FILES='';
$type=isset($_GET['type'])?$_GET['type']:false;
Expand Down

0 comments on commit 70ee8de

Please sign in to comment.