Fix missing start.php in date example plugin

pull/2487/head
Yannick Warnier 10 years ago
parent a2c5f078c8
commit 76338b7ae7
  1. 9
      plugin/date/strart.php

@ -0,0 +1,9 @@
<?php
/**
* Controller for example date plugin
* @package chamilo.plugin.date
*/
/**
* Code
*/
require 'index.php';
Loading…
Cancel
Save