* inLink has been changed to static function.

This commit is contained in:
xia0ta0
2013-07-24 15:37:07 +08:00
parent edbced0619
commit 2d4a058478
18 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if(isset($error))
<?php
echo html::select('to', $users, $app->user->account);
echo html::submitButton($lang->mail->test);
echo html::linkButton($lang->mail->edit, $this->inLink('edit'));
echo html::linkButton($lang->mail->edit, inLink('edit'));
?>
</td>
</tr>