Skip to content
Snippets Groups Projects
Commit c7885f29 authored by Tim Steiner's avatar Tim Steiner
Browse files

Undoing a change that should never had been checked in (it was for testing only!)

parent 81f73533
No related branches found
No related tags found
No related merge requests found
......@@ -683,8 +683,7 @@ class Requests_RequestModel extends Unl_Model
if (!file_exists($path)) {
@mkdir($path, 0755, true);
}
//$data = @file_get_contents($path . DIRECTORY_SEPARATOR . $hash);
$data = '';
$data = @file_get_contents($path . DIRECTORY_SEPARATOR . $hash);
return $data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment