aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/updatemerge.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/updatemerge.php')
-rw-r--r--app/view/templates/updatemerge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/updatemerge.php b/app/view/templates/updatemerge.php
index f9d29bf..09476fa 100644
--- a/app/view/templates/updatemerge.php
+++ b/app/view/templates/updatemerge.php
@@ -3,7 +3,7 @@
foreach ($diff as $element) {
echo '<h2>' . $element . '</h2>';
- echo '<textarea style="width: 100%; max-width: 600px; height: 300px;">' . $mergeart->$element() . '</textarea>';
+ echo '<textarea style="width: 100%; max-width: 600px; height: 300px;">' . $mergepage->$element() . '</textarea>';
}
?> \ No newline at end of file