Skip to content

Commit

Permalink
now against 5.1 instead of 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia61 committed Apr 17, 2018
1 parent 77934f5 commit 41497a5
Show file tree
Hide file tree
Showing 50 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{php}
$dir = SMARTY_DIR . '/../../CRM/Upgrade/5.0.beta1.msg_template/message_templates';
$dir = SMARTY_DIR . '/../../CRM/Upgrade/5.1.beta1.msg_template/message_templates';
$templates = array();
foreach (preg_grep('/\.tpl$/', scandir($dir)) as $filename) {
$parts = explode('_', basename($filename, '.tpl'));
Expand Down

0 comments on commit 41497a5

Please sign in to comment.