X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseAdmin.php;h=a7b38a50330bac94c2505927ff4f167b68d5eb76;hb=2ce15cae1a41451b631b814c418b3b3b976d79d1;hp=b776c8b301af30e8329b0bbdab114380ac5152ef;hpb=42775d53b2c5177cae2e0e1dacb0a32f92e4a83b;p=friendica.git diff --git a/src/Module/BaseAdmin.php b/src/Module/BaseAdmin.php index b776c8b301..a7b38a5033 100644 --- a/src/Module/BaseAdmin.php +++ b/src/Module/BaseAdmin.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -57,7 +76,7 @@ abstract class BaseAdmin extends BaseModule } if (!empty($_SESSION['submanage'])) { - throw new ForbiddenException(DI::l10n()->t('Submanaged account can\'t access the administation pages. Please log back in as the master account.')); + throw new ForbiddenException(DI::l10n()->t('Submanaged account can\'t access the administation pages. Please log back in as the main account.')); } // Header stuff