Add a few more files into our update action
jdarwood007

jdarwood007 commited on 2023-06-11 11:34:25
Showing 1 changed files, with 5 additions and 0 deletions.

... ...
@@ -8,7 +8,12 @@
8 8
 
9 9
 	<!-- (Minor Upgrade) This should just be the files we need to get to the current. -->
10 10
 	<upgrade from="2.1.1" for="2.1.4-2.1.99">
11
+		<require-file name="sd_source/Subs-SimpleDeskManageAttachments.php" destination="$sourcedir/sd_source" />
12
+		<require-file name="sd_source/Subs-SimpleDeskPost.php" destination="$sourcedir/sd_source" />
13
+
11 14
 		<require-file name="sd_template/SimpleDesk.template.php" destination="$themedir/sd_template" />
15
+		<require-file name="sd_template/SimpleDesk-Post.template.php" destination="$themedir/sd_template" />
16
+
12 17
 		<hook hook="integrate_repair_attachments_nomsg" function="shd_repair_attachments_nomsg" file="$sourcedir/sd_source/Subs-SimpleDeskManageAttachments.php" />
13 18
 	</upgrade>
14 19
 
15 20