mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:50:12 +00:00
divide by zero on incorrectly specified oembed thumbnail size
This commit is contained in:
parent
6b36863dd8
commit
3f63a69d7a
3 changed files with 10 additions and 9 deletions
2
boot.php
2
boot.php
|
@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
|
|||
require_once('include/features.php');
|
||||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_VERSION', '3.1.1556' );
|
||||
define ( 'FRIENDICA_VERSION', '3.1.1559' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1157 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue