Skip to content

Commit

Permalink
Merge pull request #1123 from ucfcdl/issue/1122-cl-widget-installer
Browse files Browse the repository at this point in the history
Fix to command-line widget installer not creating demo instances correctly.
  • Loading branch information
clpetersonucf authored May 31, 2018
2 parents 40b0a76 + 02c17bd commit 3b7003b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/packages/materia/tasks/widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private static function login_as_admin()

if ($admin_ids->count() > 0)
{
\Auth::instance('Materiaauth')->force_login($admin_ids[0]['id']);
\Auth::instance()->force_login($admin_ids[0]['id']);
}
else
{
Expand Down

0 comments on commit 3b7003b

Please sign in to comment.