afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

empty - PHP Fatal error: Can't use function return value in write context #5

Closed afonsoft closed 7 years ago

afonsoft commented 7 years ago

PHP Fatal error: Can't use function return value in write context in E:\Inetpub\vhosts\afonsoft.com.br\files.afonsoft.com.br\system\Module\Manager.php on line 90

Note: Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error. In other words, the following will not work: empty(trim($name)). Instead, use trim($name) == false.

afterlogic-support commented 7 years ago

As mentioned in Aurora Files tracker, the issue has been corrected and the updated version will be released in a few days: https://github.com/afterlogic/aurora-files/issues/2