Skip to content

Commit 28a5a81

Browse files
committed
Packaging fixes.
1 parent 6b1d65b commit 28a5a81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

blocks/image_box/add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
* @link https://c5dev.com/add-ons/image-box
1111
*/
1212

13-
include 'form.php';
13+
$this->inc('form.php');

blocks/image_box/edit.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
* @license http://www.gnu.org/copyleft/gpl.html GPL3
1010
* @link https://c5dev.com/add-ons/image-box
1111
*/
12-
include 'form.php';
12+
13+
$this->inc('form.php');

0 commit comments

Comments
 (0)