mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
added missing brackets of function call
This commit is contained in:
parent
a6ee097064
commit
890548096b
@ -129,7 +129,7 @@
|
||||
{
|
||||
if($this->mcrypt_version != 'old')
|
||||
{
|
||||
if(phpversion >= '4.1.1')
|
||||
if(phpversion() >= '4.1.1')
|
||||
{
|
||||
mcrypt_generic_deinit($this->td);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user