Skip to content

Commit

Permalink
Issue backdrop-contrib#8: add empty node_clone.module file
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed May 30, 2020
1 parent da6c9e7 commit 1d2bc65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions node_clone.module
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

/**
* @file
* Empty on purpose.
*
* This file exists as a workaround for a problem that was inherited by the 7.x
* version of this module: all module files are named clone.xyz, but they live
* inside a node_clone folder (but no matching node_clone.info and
* node_clone.module files).
* See https://github.com/backdrop-contrib/node_clone/issues/8
*/

0 comments on commit 1d2bc65

Please sign in to comment.