Putting back SM_PATH the way it should be and eliminating chdir in the
[squirrelmail.git] / plugins / calendar / event_edit.php
index 286fc1c097cde2d917f111c25d27ad4c09d76197..098aeb6cd85969e7f6b0bb4a38f845a91763577b 100644 (file)
@@ -12,7 +12,7 @@
  *
  * $Id$
  */
-define('SM_PATH','../');
+define('SM_PATH','../../');
 
 /* Calender plugin required files. */
 require_once(SM_PATH . 'plugins/calendar/calendar_data.php');