]> _ Git - fluidbook-toolbox.git/commitdiff
fix #3676 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 2 Jun 2020 13:13:21 +0000 (15:13 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 2 Jun 2020 13:13:21 +0000 (15:13 +0200)
app/Http/Controllers/Admin/Operations/ImportOperation.php

index 384fb8d1881d2db7c710f31afe8e738e0d99acdd..e5d772997d7f114f5c31cea0d0f2d938d089049a 100644 (file)
@@ -39,7 +39,7 @@ trait ImportOperation
             'owner' => auth()->user()->id];
 
         foreach (Quiz::getColors() as $name => $color) {
-            $default[$name] = $color['value'];
+            $default[$name] = $color['default'];
         }
 
         foreach (Quiz::getMessages() as $name => $message) {