1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-18 11:51:27 +02:00

fix undefined constant notice

This commit is contained in:
Ryan Grove
2007-05-05 06:30:11 +00:00
parent 92553b64cc
commit 69b94bfa8f

View File

@@ -80,7 +80,7 @@ class Minify {
const TYPE_JS = 'text/javascript';
protected $files = array();
protected $type = TYPE_JS;
protected $type = self::TYPE_JS;
// -- Public Static Methods --------------------------------------------------