From c7885f29e8ba4f6839d4398142282d49ed686194 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 22 Jul 2009 15:54:15 +0000 Subject: [PATCH] Undoing a change that should never had been checked in (it was for testing only!) --- application/modules/requests/models/RequestModel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/modules/requests/models/RequestModel.php b/application/modules/requests/models/RequestModel.php index f837d276..66a39a75 100644 --- a/application/modules/requests/models/RequestModel.php +++ b/application/modules/requests/models/RequestModel.php @@ -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; } -- GitLab