mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-18 14:08:01 +00:00
duplication detection now works again
This commit is contained in:
@@ -86,6 +86,7 @@ class PictshareModel extends Model
|
||||
$type = $this->isTypeAllowed($type);
|
||||
|
||||
$dup_id = $this->isDuplicate($url);
|
||||
|
||||
if($dup_id)
|
||||
{
|
||||
$hash = $dup_id;
|
||||
|
||||
Reference in New Issue
Block a user