mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
parent
46a5578b19
commit
6b68ccc2ac
@ -99,7 +99,6 @@ class SmsController extends Controller {
|
|||||||
}
|
}
|
||||||
$lastRead = $this->smsMapper->getLastReadDate($this->userId);
|
$lastRead = $this->smsMapper->getLastReadDate($this->userId);
|
||||||
$ocversion = \OCP\Util::getVersion();
|
$ocversion = \OCP\Util::getVersion();
|
||||||
$photoURL = preg_replace("#^VALUE=uri:#","",$r["PHOTO"], 1);
|
|
||||||
$photoversion = 1;
|
$photoversion = 1;
|
||||||
if (version_compare($ocversion[0].".".$ocversion[1].".".$ocversion[2], "9.0.0", ">=")) {
|
if (version_compare($ocversion[0].".".$ocversion[1].".".$ocversion[2], "9.0.0", ">=")) {
|
||||||
$photoversion = 2;
|
$photoversion = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user