mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
22 lines
602 B
Diff
22 lines
602 B
Diff
From 8e687065b7f456f969cccad97e2c55e5609638cd Mon Sep 17 00:00:00 2001
|
|
From: TheWitness <thewitness@cacti.net>
|
|
Date: Sat, 7 Mar 2020 15:39:15 -0500
|
|
Subject: [PATCH] Fix one minor error on upgrade
|
|
|
|
---
|
|
lib/installer.php | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/lib/installer.php b/lib/installer.php
|
|
index 1deaee79f..5df797b77 100644
|
|
--- a/lib/installer.php
|
|
+++ b/lib/installer.php
|
|
@@ -2957,6 +2957,8 @@ private function installTemplate() {
|
|
} else {
|
|
log_install_always('', __('No templates were selected for import'));
|
|
}
|
|
+
|
|
+ return '';
|
|
}
|
|
|
|
private function installPoller() {
|