Browse Source

Fix update title see BT#12626

jmontoyaa 7 years ago
parent
commit
3df374af4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercise/exercise.class.php

+ 1 - 1
main/exercise/exercise.class.php

@@ -1211,7 +1211,7 @@ class Exercise
      */
     public function updateTitle($title)
     {
-        $this->exercise=$title;
+        $this->title = $this->exercise = $title;
     }
 
     /**