Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Poehli committed Feb 18, 2014
1 parent 2463fa2 commit 70f6d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace OCA\test\Controller;

require '/var/www/oc_apps/test/controller/messages.php';
//require '/var/www/oc_apps/test/controller/messages.php';

use \OCA\test\Controller\PageController;

Expand All @@ -12,7 +12,7 @@

$api = new \OCA\AppFramework\Core\API('test');

$message = new \OCA\test\Controller\MessagesQuery();
$message = new MessagesQuery();
$logo = $name = "";
if ($message->hasUnreadMessage()){
$logo = "new_msg.png";
Expand Down

0 comments on commit 70f6d5c

Please sign in to comment.