fixes
This commit is contained in:
@ -112,7 +112,7 @@ class OuroborosPost extends _SafeOuroborosImage
|
||||
* Mainly just acts as a wrapper and validation layer
|
||||
* @noinspection PhpMissingParentConstructorInspection
|
||||
*/
|
||||
public function __construct(array $post, string $md5 = '')
|
||||
public function __construct(array $post)
|
||||
{
|
||||
if (array_key_exists('tags', $post)) {
|
||||
// implode(explode()) to resolve aliases and sanitise
|
||||
|
Reference in New Issue
Block a user