Skip to content

Commit

Permalink
Restore some dummy files needed for upgrades which were accidently re…
Browse files Browse the repository at this point in the history
…moved in last push
  • Loading branch information
dleffler committed Jul 31, 2015
1 parent b9eee58 commit 9f88649
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/core/models/expFile.php
@@ -0,0 +1,4 @@
<?php
// dummy file to help with upgrade from older version
include_once(BASE."framework/modules/file/models/expFile.php");
?>
4 changes: 4 additions & 0 deletions framework/core/models/product_type.php
@@ -0,0 +1,4 @@
<?php
// dummy file to help with upgrade from older version
include_once(BASE."framework/modules/ecommerce/models/product_type.php");
?>
4 changes: 4 additions & 0 deletions framework/modules/ecommerce/models/external_address.php
@@ -0,0 +1,4 @@
<?php
// dummy file to help with upgrade from older version
include_once(BASE."framework/modules/addressbook/models/external_address.php");
?>
@@ -0,0 +1,5 @@
<?php
// dummy file to help with upgrade from older version
class flowplayerController extends expController {
}
?>
5 changes: 5 additions & 0 deletions framework/modules/headline/controllers/headlineController.php
@@ -0,0 +1,5 @@
<?php
// dummy file to help with upgrade from older version
class headlineController extends expController {
}
?>
4 changes: 4 additions & 0 deletions framework/modules/news/models/rssfeed.php
@@ -0,0 +1,4 @@
<?php
// dummy file to help with upgrade from older version
class rssfeed {}
?>
5 changes: 5 additions & 0 deletions framework/modules/youtube/controllers/youtubeController.php
@@ -0,0 +1,5 @@
<?php
// dummy file to help with upgrade from older version
class youtubeController extends expController {
}
?>

0 comments on commit 9f88649

Please sign in to comment.