diff options
Diffstat (limited to 'app/Template/project/activity.php')
-rw-r--r-- | app/Template/project/activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/activity.php b/app/Template/project/activity.php index bc4eb19c..7da6be5c 100644 --- a/app/Template/project/activity.php +++ b/app/Template/project/activity.php @@ -23,6 +23,6 @@ </ul> </div> <section> - <?= $this->render('project/events', array('events' => $events)) ?> + <?= $this->render('event/events', array('events' => $events)) ?> </section> </section>
\ No newline at end of file |