Skip to content
Snippets Groups Projects
Commit eae93311 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #18395 change private for protected

parent bdb9ddaf
Branches
Tags
4 merge requests!715Master,!664report fix from stable to wip,!663Stable,!652Hotline#18395 rss yonne
......@@ -301,7 +301,7 @@ class CmsController extends Zend_Controller_Action {
/**
* @param array $article
*/
private function _getPubDate($article) {
protected function _getPubDate($article) {
if ($article->hasEventsDebut())
return $article->getEventsDebut();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment