We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4387db9 commit e162646Copy full SHA for e162646
node_clone.module
@@ -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