From 586368274d2ba8fb4902262b9d29c9e79cc46eff Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 22 Sep 2011 01:52:29 +0000 Subject: [PATCH] FileHandler no longer inherits Handler git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9263 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/file/FileHandler.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/file/FileHandler.class.php b/classes/file/FileHandler.class.php index 86342c665..e628f49ac 100644 --- a/classes/file/FileHandler.class.php +++ b/classes/file/FileHandler.class.php @@ -5,7 +5,7 @@ * @brief contains methods for accessing file system **/ - class FileHandler extends Handler { + class FileHandler { /** * @brief changes path of target file, directory into absolute path * @param[in] $source path @@ -673,4 +673,4 @@ return (is_readable($filename) && !!filesize($filename)); } } -?> \ No newline at end of file +?>