From 8a852ce0b9c7fd7e63846a28dc7c0b744993c767 Mon Sep 17 00:00:00 2001 From: George Ornbo Date: Tue, 17 Nov 2009 17:15:55 +0000 Subject: [PATCH] EE 2.0 release --- .../expressionengine/third_party/file_oracle/pi.file_oracle.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/expressionengine/third_party/file_oracle/pi.file_oracle.php b/system/expressionengine/third_party/file_oracle/pi.file_oracle.php index 2bd268a..88146ca 100644 --- a/system/expressionengine/third_party/file_oracle/pi.file_oracle.php +++ b/system/expressionengine/third_party/file_oracle/pi.file_oracle.php @@ -101,7 +101,6 @@ public function __construct() $this->file = str_replace(SLASH, '/', $this->EE->TMPL->fetch_param('file')); - echo $this->file; $this->file = trim(strip_tags($this->file)); if (stristr($this->file, $_SERVER['DOCUMENT_ROOT']))