deux titres pour la nl : un pour le mail, un pour le vrai titre
[platal.git] / modules / events.php
index 0adde06..f828d15 100644 (file)
@@ -392,6 +392,7 @@ class EventsModule extends PLModule
         
         if($aid == 'update') {
             $nl->_title     = Post::v('title');
+            $nl->_title_mail= Post::v('title_mail');
             $nl->_date      = Post::v('date');
             $nl->_head      = Post::v('head');
             $nl->_shortname = strlen(Post::v('shortname')) ? Post::v('shortname') : null;