Skip to content

Commit

Permalink
fix undefined constant
Browse files Browse the repository at this point in the history
```
Notice: Use of undefined constant REVISIONS_PATH - assumed 'REVISIONS_PATH' in .../dbv/templates/revisions.php on line 62
```
  • Loading branch information
Daniel Gräber committed Oct 21, 2013
1 parent 44a0e18 commit 3ebd363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/revisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</form>
<?php } else { ?>
<div class="alert alert-info nomargin">
<?php echo __('No revisions in #{path}', array('path' => '<strong>' . REVISIONS_PATH . '</strong>')) ?>
<?php echo __('No revisions in #{path}', array('path' => '<strong>' . DBV_REVISIONS_PATH . '</strong>')) ?>
</div>
<?php } ?>
<script type="text/javascript">
Expand Down Expand Up @@ -185,4 +185,4 @@
});
});
});
</script>
</script>

0 comments on commit 3ebd363

Please sign in to comment.