Skip to content

Commit

Permalink
Sorted out some deprecated function like loaded()
Browse files Browse the repository at this point in the history
  • Loading branch information
makville committed Jan 5, 2020
1 parent ef367ec commit 468a064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Mails/compose.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo $this->Html->css('MakvilleMailer.style');
</div>
<p>&nbsp;</p>
<div class="panel-footer" style="background: #fff">
<?php if (Cake\Core\Plugin::isLoaded('MakvilleStorage')): ?>
<?php if (Cake\Core\Plugin::loaded('MakvilleStorage')): ?>
<div class="btn-group">
<a href="<?= $this->request->webroot . substr(Cake\Core\Configure::read('makville-storage-path', '/makville-storage'), 1) ?>/buckets/show/0/attach" data-featherlight="iframe" data-featherlight-iframe-height="640" data-featherlight-iframe-width="1000" class="btn btn-warning"><i class="fa fa-paperclip"></i> </a>
</div>
Expand Down

0 comments on commit 468a064

Please sign in to comment.