We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c29b6 commit b184dabCopy full SHA for b184dab
src/controllers/DeleteController.php
@@ -82,9 +82,8 @@ public function getDelete()
82
if (File::exists($file_name))
83
{
84
File::delete($file_name);
85
- if (Session::get('lfm_type') == "Images'")
+ if (Session::get('lfm_type') == "Images")
86
File::delete(base_path() . "/" . $this->file_location . "thumbs/" . $to_delete);
87
-
88
return "OK";
89
}
90
0 commit comments