Skip to content

Commit 6dba7c2

Browse files
committed
Deleted migrate() method: not in use anymore in CmsController
1 parent 97d56a6 commit 6dba7c2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/administrator/components/com_ccm/src/Controller/CmsController.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ protected function getRedirectToListAppend()
2323
return '&view=cmss';
2424
}
2525

26-
public function migrate()
27-
{
28-
error_log('CmsController::migrate called');
29-
$migration = new \Joomla\Component\CCM\Administrator\Migration\Migration();
30-
$migration->migrate();
31-
32-
// Optionally redirect or set a message
33-
$this->setMessage('Migration completed!');
34-
// $this->setRedirect('index.php?option=com_ccm');
35-
}
3626
/**
3727
* Save the CMS item.
3828
*

0 commit comments

Comments
 (0)