Skip to content

Commit

Permalink
Fix empty alias warning
Browse files Browse the repository at this point in the history
  • Loading branch information
b2z authored Feb 3, 2023
1 parent 7af3dbb commit 5d76b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newarticle.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private function createArticle(array $data)
$article = [
'id' => 0,
'title' => $title,
'alias' => '',
'introtext' => $text,
'catid' => (int) $this->params->get('catid', 0),
'state' => (int) $this->params->get('state', 0),
Expand Down

0 comments on commit 5d76b29

Please sign in to comment.