Skip to content
Snippets Groups Projects
Commit 66576de1 authored by Hans Bakker's avatar Hans Bakker
Browse files

Merge branch 'master' of git://anongit.kde.org/owncloud

parents 4f3fdf6c 4a528867
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,6 @@
</div></header>
<?php echo $_['content']; ?>
</div>
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'is a personal cloud which runs on your own server' ); ?>.</p></footer>
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you the freedom to control your own data on the internet' ); ?></p></footer>
</body>
</html>
......@@ -46,7 +46,9 @@ foreach($registeredApps as $app){
}
}
$categories=array_keys(OC_OCSClient::getCategories());
$catagoryNames=OC_OCSClient::getCategories();
if(is_array($catagoryNames)){
$categories=array_keys($catagoryNames);
$externalApps=OC_OCSClient::getApplications($categories);
foreach($externalApps as $app){
$apps[]=array(
......@@ -57,6 +59,7 @@ foreach($externalApps as $app){
'author'=>$app['personid'],
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment