|
diff --git a/module/common/control.php b/module/common/control.php
index 0b8e132e1e..82baa17b2f 100644
--- a/module/common/control.php
+++ b/module/common/control.php
@@ -355,7 +355,7 @@ class common extends control
$title = isset($preAndNext->pre->title) ? $preAndNext->pre->title : $preAndNext->pre->name;
$title = '#' . $preAndNext->pre->$id . ' ' . $title;
echo "";
- echo html::a($this->inLink('view', "ID={$preAndNext->pre->$id}"), ' ', '', "id='pre' class='icon-pre' title='{$title}'");
+ echo html::a(inLink('view', "ID={$preAndNext->pre->$id}"), ' ', '', "id='pre' class='icon-pre' title='{$title}'");
echo "";
}
if(isset($preAndNext->next) and $preAndNext->next)
diff --git a/module/mail/view/test.html.php b/module/mail/view/test.html.php
index 3bc0729061..710bf0dd17 100755
--- a/module/mail/view/test.html.php
+++ b/module/mail/view/test.html.php
@@ -28,7 +28,7 @@ if(isset($error))
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'));
?>
|
diff --git a/module/product/view/batchedit.html.php b/module/product/view/batchedit.html.php
index 7f9861238d..15798bc5f6 100755
--- a/module/product/view/batchedit.html.php
+++ b/module/product/view/batchedit.html.php
@@ -11,7 +11,7 @@
?>
-