common_helper also goes into the common directory

This commit is contained in:
erwanlr
2013-02-20 16:32:13 +01:00
parent fb5e6307e0
commit a01e1ab29f
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++
require File.expand_path(File.dirname(__FILE__) + '/../common_helper')
require File.expand_path(File.dirname(__FILE__) + '/../common/common_helper')
require_files_from_directory(WPSTOOLS_LIB_DIR)
require_files_from_directory(WPSTOOLS_PLUGINS_DIR, '**/*.rb')