Skip to content

Commit

Permalink
Update lib-template.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jun 24, 2022
1 parent 4a99bc8 commit 5ad4c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/lib-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function plugin_itemsaved_template($id, $type, $old_id = '', $sub_type = '')
* @param string $sub_type (unused) sub type of item (since Geeklog 2.2.2)
* @since Geeklog 1.6.0
*/
function plugin_itemdeleted_template($id, $type, $sub_type)
function plugin_itemdeleted_template($id, $type, $sub_type = '')
{
global $_STRUCT_DATA;

Expand Down

0 comments on commit 5ad4c11

Please sign in to comment.