mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user