2b81d0f237
Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file.
12 lines
404 B
PHP
12 lines
404 B
PHP
<ul>
|
|
<li class='error'>
|
|
<?php $location = \OCP\Util::linkToRoute( "settings_personal" ).'#changePKPasswd' ?>
|
|
|
|
<?php p($_['message']); ?>
|
|
<br/>
|
|
<?php if($_['errorCode'] === \OCA\Files_Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?>
|
|
<?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?>
|
|
<?php endif; ?>
|
|
<br/>
|
|
</li>
|
|
</ul>
|