diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-19 23:36:50 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-19 23:36:50 +0000 |
commit | 9ddc8c8aabfc5a6697ff636900297f94ecff4d8f (patch) | |
tree | 9b656f973753983635235bab1dbed62f46ab163b | |
parent | 4a4eac31adc3e98802bb2b3c6fe1e9b4507ed32d (diff) |
Fix typo.
-rw-r--r-- | core/helpers/MY_url.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/helpers/MY_url.php b/core/helpers/MY_url.php index b67981ab..bcdef4c5 100644 --- a/core/helpers/MY_url.php +++ b/core/helpers/MY_url.php @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -<?php class url extends url_Core { /** * Just like url::file() except that it returns an absolute URI |