1
0
Fork 0

Merge pull request #6833 from MrPetovan/bug/notices

Fix various notices
This commit is contained in:
Tobias Diekershoff 2019-03-09 09:12:09 +01:00 committed by GitHub
commit af77af0446
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 6 deletions

View file

@ -25,7 +25,7 @@ class Register
public static function getPending()
{
$stmt = DBA::p(
"SELECT `register`.*, `contact`.`name`, `user`.`email`
"SELECT `register`.*, `contact`.`name`, `contact`.`url`, `contact`.`micro`, `user`.`email`
FROM `register`
INNER JOIN `contact` ON `register`.`uid` = `contact`.`uid`
INNER JOIN `user` ON `register`.`uid` = `user`.`uid`"

View file

@ -447,7 +447,7 @@ class Image
return;
}
$ort = $exif['IFD0']['Orientation'];
$ort = isset($exif['IFD0']['Orientation']) ? $exif['IFD0']['Orientation'] : 1;
switch ($ort) {
case 1: // nothing