Fixes "Unknown column '729' in 'field list'"
This commit is contained in:
parent
7e3196776b
commit
2cb71341b2
|
@ -151,7 +151,7 @@ class Photo extends BaseModule
|
||||||
|
|
||||||
$photo = MPhoto::selectFirst([], ["scale" => $scale, "uid" => $uid, "profile" => 1]);
|
$photo = MPhoto::selectFirst([], ["scale" => $scale, "uid" => $uid, "profile" => 1]);
|
||||||
if (empty($photo)) {
|
if (empty($photo)) {
|
||||||
$contact = DBA::selectFirst('contact', ['uid' => $uid, 'self' => true]) ?: [];
|
$contact = DBA::selectFirst('contact', [], ['uid' => $uid, 'self' => true]) ?: [];
|
||||||
|
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case "profile":
|
case "profile":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user