Skip to content

Commit

Permalink
Fix Helper Function
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 22, 2023
1 parent 78364b2 commit b482817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Helper/PluginCleaningHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public function checkPluginCoreEntriesExist($plugin_title)
if (($plugin['plugin_title'] == $plugin_title) && isset($plugin['core_table_entries'])) {
foreach ($plugin['core_table_entries'] as $tables) {
foreach ($tables as $tablename => $tablecolumns) {
$db_result = $this->applicationCleaningModel->getColumns($tablename);
foreach ($tablecolumns as $column => $row) {
if ($this->db->table($tablename)->eq($column, $row)->exists()) {
//return t('Entries Exist');
Expand Down

0 comments on commit b482817

Please sign in to comment.