Skip to content

Commit e162646

Browse files
authored
Issue #8: add empty node_clone.module file by @herbdool
1 parent 4387db9 commit e162646

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

node_clone.module

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
/**
4+
* @file
5+
* Empty on purpose.
6+
*
7+
* This file exists as a workaround for a problem that was inherited by the 7.x
8+
* version of this module: all module files are named clone.xyz, but they live
9+
* inside a node_clone folder (but no matching node_clone.info and
10+
* node_clone.module files).
11+
* See https://github.com/backdrop-contrib/node_clone/issues/8
12+
*/

0 commit comments

Comments
 (0)