Skip to content

Commit

Permalink
Preview email facility in tjnotification techjoomla#65 techjoomla#67
Browse files Browse the repository at this point in the history
punambaravkar committed Dec 11, 2019
1 parent 591f884 commit 524466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/techjoomla/tjnotifications/tjnotifications.php
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ public static function getTags($data_template)
*/
public static function getSampleBodyData()
{
$input = JFactory::getApplication()->input;
$input = Factory::getApplication()->input;
$id = $input->get('id');

Table::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_tjnotifications/tables');

0 comments on commit 524466c

Please sign in to comment.