We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207ebbf commit 71197a4Copy full SHA for 71197a4
admin/helpers/table.php
@@ -17,8 +17,6 @@ public static function updateCommonFieldsOnSave(&$table) {
17
$date = JFactory::getDate();
18
$user = JFactory::getUser();
19
$db = JFactory::getDbo();
20
- $retval = array();
21
-
22
if (empty($table->id)) {
23
$table->createddate = $date->toSql();
24
$table->createdby = $user->get('name');
0 commit comments