Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace content on front end #16182

Merged
merged 3 commits into from
May 22, 2017

Conversation

laoneo
Copy link
Member

@laoneo laoneo commented May 22, 2017

Namespace content on front end.

@wilsonge wilsonge merged commit f06e4af into joomla:4.0-dev May 22, 2017
@laoneo laoneo deleted the j4/namespace/content branch May 22, 2017 17:03
@wilsonge wilsonge added this to the Joomla 4.0 milestone May 22, 2017

defined('_JEXEC') or die;

JLoader::register('ContentModelArticles', __DIR__ . '/articles.php');
use Joomla\Component\Content\Administrator\Model\Articles;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@laoneo Is there a deliberate reason this now extends the backend model rather than the frontend model?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably I did a mistake

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK I've changed it back to Site with a77caf4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants