mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Merge pull request #379 from haliphax/patch-1
use __construct in cssmin library
This commit is contained in:
commit
9d76c78ef2
@ -61,7 +61,7 @@
|
||||
|
||||
class cssmin {
|
||||
|
||||
public function cssmin()
|
||||
public function __construct()
|
||||
{
|
||||
log_message('debug', 'CSSMin library initialized.');
|
||||
}
|
||||
@ -506,4 +506,4 @@ class Minify_CommentPreserver {
|
||||
: substr($in, -$endChars);
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user