diff options
author | root <root@socioambiental.org> | 2013-10-15 11:41:41 -0300 |
---|---|---|
committer | root <root@socioambiental.org> | 2013-10-15 11:41:41 -0300 |
commit | 329de8ec6cb06f7e3f1d6baadfe427c918b1712b (patch) | |
tree | 5fd11d6f5bf9818b988764b54cae7e45e237d710 | |
parent | e2a1b968d674d36edca7d8ccda6e3ad48b57e34d (diff) | |
parent | b72e14e95c8793dd7fbbbf66c0de5949ecabdf47 (diff) | |
download | timelinejs-329de8ec6cb06f7e3f1d6baadfe427c918b1712b.tar.gz timelinejs-329de8ec6cb06f7e3f1d6baadfe427c918b1712b.tar.bz2 |
Merge branch 'master' of /home/isa/projetos/git/timelinejs
-rw-r--r-- | timelinejs.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timelinejs.install b/timelinejs.install index 8db50d3..5b2b219 100644 --- a/timelinejs.install +++ b/timelinejs.install @@ -12,7 +12,7 @@ function timelinejs_requirements($phase) { $requirements = array(); if ($phase == 'runtime') { - $timelinejs = libraries_get_path('timelinejs'); + $timelinejs = libraries_get_path('timeline'); if (!is_dir($timelinejs)) { $requirements['timelinejs'] = array( 'title' => t('TimelineJS'), |