Skip to content

Commit

Permalink
Fixed: errors language file was not bound to the View
Browse files Browse the repository at this point in the history
  • Loading branch information
inghamn committed Sep 12, 2016
1 parent c26fe7d commit 322d3e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
DIR=`pwd`
BUILD=./build
DIST=./dist
DIST=$BUILD/dist

if [ ! -d $BUILD ]
then mkdir $BUILD
Expand Down
2 changes: 1 addition & 1 deletion crm/blocks/html/tickets/changeStatusForm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $action = $this->ticket->getStatus() === 'open' ? 'open' : 'close';
}
}

echo $this->_('tickets/missingClosingComment.inc', 'errors');
echo $this->_('tickets/missingClosingComment', 'errors');

$helper = $this->template->getHelper('field');

Expand Down
8 changes: 4 additions & 4 deletions crm/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 322d3e9

Please sign in to comment.