Skip to content

Commit

Permalink
Introducing artificial error to trigger artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Apr 8, 2024
1 parent 216798e commit 5ab5be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DisplayController extends BaseController
* @since 1.5
*/
public function display($cachable = false, $urlparams = [])
{
{return;
$view = $this->input->get('view', 'articles');
$layout = $this->input->get('layout', 'articles');
$id = $this->input->getInt('id');
Expand Down

0 comments on commit 5ab5be0

Please sign in to comment.