diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 01:56:57 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-25 01:56:57 +0000 |
commit | b5d776bc5c8261ac75a74ed3070ca13a6eb741ca (patch) | |
tree | 3c769ed0f74963cf1e1b2ade33846deb9cb9e043 /h-source/Application/Views | |
parent | fe4d464805d9c6d3471dbfab6e20cc960fdfd329 (diff) |
a mail notification is now sent when a user add a message to the help page of a wiki page
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r-- | h-source/Application/Views/Desktop/Meet/talk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Meet/talk.php b/h-source/Application/Views/Desktop/Meet/talk.php index cd36c33..9ddc5b3 100644 --- a/h-source/Application/Views/Desktop/Meet/talk.php +++ b/h-source/Application/Views/Desktop/Meet/talk.php @@ -26,7 +26,7 @@ $t_title = $item['talk']['title']; $t_id = $item['talk']['id_hard']; $t_id_talk = $item['talk']['id_talk']; - $controller = MyStrings::$reverse[$item['hardware']['type']]; + $controller = Hardware::getControllerFromType($item['hardware']['type']); ?> <?php echo "<a href='".$this->baseUrl."/$controller/talk/$lang/$t_id#talk-$t_id_talk'>".$t_title."</a> at ".smartDate($t_date);?>
\ No newline at end of file |