Remove deprecated use of the EXT constant

This commit is contained in:
Eike Foken
2011-09-13 19:24:58 +02:00
parent d6423bcf87
commit 8b82d74926
3 changed files with 45 additions and 45 deletions

View File

@@ -91,7 +91,7 @@ class Assets {
// $httpHeaders .= '';
// }
// $code = $httpHeaders . "\n" . $code;
// file_put_contents(FCPATH . $this->cacheFolder . $type . '_' . md5($code) . EXT, $code);
// file_put_contents(FCPATH . $this->cacheFolder . $type . '_' . md5($code) . '.php', $code);
$output = '<script src="' . $this->CI->config->slash_item('base_url') . $filepath . '" language="javascript" type="text/javascript"></script>';
$output .= "\n";
break;