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