Fix missing start.php in date example plugin

remotes/angel/1.11.x
Yannick Warnier 9 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