File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/administrator/components/com_weblinks/sql Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11DELETE FROM ` #__content_types` WHERE ` type_alias` IN (' com_weblinks.weblink' , ' com_weblinks.category' );
2- DELETE FROM ` #__action_logs_extension ` WHERE ` extension` = ' com_weblinks' ;
3- DELETE FROM ` #__action_log_config` WHERE ` type_title` = ' weblinks' ;
2+ DELETE FROM ` #__action_logs_extensions ` WHERE ` extension` = ' com_weblinks' ;
3+ DELETE FROM ` #__action_log_config` WHERE ` type_title` = ' weblinks' ;
Original file line number Diff line number Diff line change 11DELETE FROM " #__content_types" WHERE " type_alias" IN (' com_weblinks.weblink' , ' com_weblinks.category' );
2- DELETE FROM " #__action_logs_extension " WHERE " extension" = ' com_weblinks' ;
3- DELETE FROM " #__action_log_config" WHERE " type_title" = ' weblinks' ;
2+ DELETE FROM " #__action_logs_extensions " WHERE " extension" = ' com_weblinks' ;
3+ DELETE FROM " #__action_log_config" WHERE " type_title" = ' weblinks' ;
You can’t perform that action at this time.
0 commit comments