Code Duplication    Length = 4-4 lines in 2 locations

www/engine/System/Classes/Modules/Entitizer/Utils/Handler.php 1 location

@@ 103-106 (lines=4) @@
100
101
			# Process remove action
102
103
			if (Request::post('action') === 'remove') {
104
105
				if (!$this->entity->remove()) return $ajax->error(Language::get(static::$message_error_remove));
106
			}
107
108
			# ------------------------
109

www/engine/System/Classes/Modules/Filemanager/Utils/Handler.php 1 location

@@ 54-57 (lines=4) @@
51
52
			# Remove item
53
54
			if (Request::post('action') === 'remove') {
55
56
				if (!$this->entity->remove()) return $ajax->error(Language::get(static::$message_error_remove));
57
			}
58
59
			# ------------------------
60