hide errors
This commit is contained in:
parent
b7ea95456d
commit
e89657bbd9
@ -10,7 +10,7 @@
|
||||
|
||||
class Cana_Util extends Cana_Model {
|
||||
public static function gitVersion() {
|
||||
$v = file_get_contents(Cana::config()->dirs->root.'.git/ORIG_HEAD');
|
||||
$v = @file_get_contents(Cana::config()->dirs->root.'.git/ORIG_HEAD');
|
||||
return trim($v);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user