chamilo/chamilo-lms

View on GitHub
public/main/social/view_promoted_message.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_SOCIAL;

Variable "social_right_content" is not in valid camel caps format
Open

$social_right_content = '';

Variable "social_right_content" is not in valid camel caps format
Open

$tpl->assign('social_right_content', $social_right_content);

Variable "social_menu_block" is not in valid camel caps format
Open

$tpl->assign('social_menu_block', $social_menu_block);

Variable "social_layout" is not in valid camel caps format
Open

$social_layout = $tpl->get_template('social/inbox.tpl');

Variable "social_right_content" is not in valid camel caps format
Open

    $social_right_content .= $message;

Variable "social_layout" is not in valid camel caps format
Open

$tpl->display($social_layout);

There are no issues that match your filters.

Category
Status