Add prod refactor

Fix issue

Conflicts:

	lib/Alchemy/Phrasea/Controller/Prod/Share.php
	lib/Alchemy/Phrasea/Controller/User/Notifications.php
	lib/Alchemy/Phrasea/Controller/User/Preferences.php
	templates/web/common/dialog_export.html.twig
This commit is contained in:
Nicolas Le Goff
2012-10-09 19:50:10 +02:00
parent b95954791e
commit cde9ce18ae
13 changed files with 1282 additions and 427 deletions

View File

@@ -203,7 +203,7 @@ class eventsmanager_broker
$data['next'] = '<a href="#" onclick="print_notifications(' . ((int) $page + 1) . ');return false;">' . _('charger d\'avantages de notifications') . '</a>';
}
return p4string::jsonencode($datas);
return p4string::jsonencode($data);
}
public function get_unread_notifications_number()